ImageViewer.Object.LoadImage Function

Syntax

<ImageViewer>.Object.LoadImage( ImageName as C )

Arguments

ImageName

The path and filename of an image to display in an Xdialog {ImageViewer} control. The control will display .BMP, .GIF, .JPEG, and .PNG image types.

Description

The <ImageViewer>.Object.LoadImage() method loads an image into an Xdialog {ImageViewer} control.

Example

See ImageViewer Control - Displaying Images on an Xdialog.

See Also